home *** CD-ROM | disk | FTP | other *** search
/ Games Gallery 98 / Games Gallery 98 - Disc 2.iso / Content / GWILLIE / gwillie.exe / gwillie.dcr / 00103.ls < prev    next >
Encoding:
Text File  |  1998-05-29  |  258 b   |  13 lines

  1. on mouseUp
  2.   puppetSprite(4, 0)
  3.   puppetSprite(5, 0)
  4.   puppetSprite(6, 0)
  5.   set the visible of sprite 10 to 1
  6.   set the visible of sprite 12 to 1
  7.   puppetSprite(10, 0)
  8.   puppetSprite(11, 0)
  9.   puppetSprite(12, 0)
  10.   puppetSound(1, "Click")
  11.   go("The End")
  12. end
  13.